home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / pbnet17.zip / STRUCT.ZIP / INOUT / EXPORT.BAT next >
DOS Batch File  |  1994-05-29  |  255b  |  14 lines

  1. @echo off
  2.  
  3. if "%2" == "" goto DONE
  4.  
  5. echo        - Exporting %1 mail -
  6. cd \fd\%1
  7. \fd\inout\pbnetout
  8. cd \fd\inout
  9. if "%ALREADY%" == "YES" goto done
  10. if exist %2 fmc.exe %1.cfg
  11.  
  12. :DONE
  13. cd \fd\inout
  14.